Vcenter Namespaces Networks Nsx IPBlockInfo

Vcenter Namespaces Networks Nsx IPBlockInfo
Vcenter Namespaces Networks Nsx IPBlockInfo

The Vcenter Namespaces Networks Nsx IPBlockInfo schema contains information about IP blocks.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "path": "string",
    "name": "string",
    "cidr": {
        "address": "string",
        "prefix": 0
    },
    "available_ip_ranges": [
        {
            "address": "string",
            "count": 0
        }
    ],
    "used_ip_count": 0,
    "available_ip_count": 0
}
string
path
Required

NSX policy path of the IP block.

This property was added in vSphere API 9.0.0.0.

string
name
Required

IP block name.

This property was added in vSphere API 9.0.0.0.

cidr
Required

IP block CIDR.

This property was added in vSphere API 9.0.0.0.

available_ip_ranges
Required

Available IP Ranges of the IP block.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
used_ip_count
Required

The count of used IP addresses in the IPBlock.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
available_ip_count
Required

The count of available IP addresses in the IPBlock.

This property was added in vSphere API 9.0.0.0.